home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / usr / lib / python2.4 / test / test_cd.pyo (.txt) < prev    next >
Python Compiled Bytecode  |  2005-10-18  |  911b  |  46 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyo (Python 2.4)
  3.  
  4. '''Whimpy test script for the cd module
  5.    Roger E. Masse
  6. '''
  7. import cd
  8. from test.test_support import verbose
  9. cdattrs = [
  10.     'BLOCKSIZE',
  11.     'CDROM',
  12.     'DATASIZE',
  13.     'ERROR',
  14.     'NODISC',
  15.     'PAUSED',
  16.     'PLAYING',
  17.     'READY',
  18.     'STILL',
  19.     '__doc__',
  20.     '__name__',
  21.     'atime',
  22.     'audio',
  23.     'catalog',
  24.     'control',
  25.     'createparser',
  26.     'error',
  27.     'ident',
  28.     'index',
  29.     'msftoframe',
  30.     'open',
  31.     'pnum',
  32.     'ptime']
  33.  
  34. def main():
  35.     if verbose:
  36.         print 'Touching cd module attributes...'
  37.     
  38.     for attr in cdattrs:
  39.         if verbose:
  40.             print 'touching: ', attr
  41.         
  42.         getattr(cd, attr)
  43.     
  44.  
  45. main()
  46.